home *** CD-ROM | disk | FTP | other *** search
- ;;#############################################################################
- ;;## WFDBLOAD.INF for adapter firmware loader ##
- ;;## Copyright @2000-2006 Leadtek Research Inc. ##
- ;;## WinFast TV Dongle adapter firmware loader ##
- ;;#############################################################################
- [Version]
- Signature = "$CHICAGO$"
- Class = USB
- ClassGUID = {36FC9E60-C465-11CF-8056-444553540000}
- Provider = %Leadtek%
- DriverVer = 11/07/2005,5.13.12.203
- LayoutFile = layout.inf,layout1.inf
- CatalogFile = wfdbload.cat
-
- [Manufacturer]
- %Leadtek%=Leadtek
-
- [Leadtek]
- %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_0413&PID_6025
- %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_0413&PID_6125
- %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_10B8&PID_0BC6
-
- [DestinationDirs]
- LOADER.Files.Ext = 10, System32\drivers
-
- [SourceDisksNames]
- 1 = %DiskName%,,0
-
- [SourceDisksFiles]
- wfdbload.sys = 1
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [LOADER.Files.Ext]
- wfdbload.sys
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [LOADER.Device]
- AddReg=LOADER.AddReg
- CopyFiles=LOADER.Files.Ext
-
- [LOADER.Device.NT]
- AddReg=LOADER.AddReg
- CopyFiles=LOADER.Files.Ext
-
- [LOADER.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,wfdbload.sys
-
- [LOADER.Device.NT.Services]
- AddService = WFDBLOAD,0x00000002,WFDBLOAD.ServiceInstall
-
- [WFDBLOAD.ServiceInstall]
- DisplayName = %wfdbload.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\wfdbload.sys
-
- [Strings]
- SERVICE_KERNEL_DRIVER =1
- SERVICE_DEMAND_START =3
- SERVICE_ERROR_NORMAL =1
-
- Leadtek = "Leadtek"
- wfdbload.DeviceDesc = "WinFast DTV Dongle Firmware Loader"
- DiskName = "WinFast DTV Dongle Firmware Loader"
-